FROM alpine
ENTRYPOINT ["echo", "Hello"]
CMD ["world"]


# LINK :- https://yuminlee2.medium.com/kubernetes-command-and-arguments-in-pod-c3f1be61ba1a
